home *** CD-ROM | disk | FTP | other *** search
- The following files have been included:
-
- readme ...................... This file.
- robots.doc .................. The ROBOTS reference.
- makefile..................... Makefile for Quick C 2.5 compiler.
- sound.c, sound.h, timer.h ... The IBM PC speaker module.
- console.c console.h ......... The IBM PC and VGA console module.
- robots2.c robots2.exe ....... Source and executable for ROBOTS2.
- robots3.c robots3.exe ....... Source and executable for ROBOTS3.
-
- Both games assume the following:
-
- * the monitor is at least 30x80.
- * there is a color graphic mode at least 480x640 in size.
- * at least 6 colors are supported (black, brown, cyan, red, yellow,
- and white) and preferrably 3 more (blue, green, and magneta).
- * the keyboard has the four directional arrow keys.
-
- In addition, ROBOTS3 assumes the following:
-
- * there is a speaker capable of at least 1/18 second pitch duration or
- less and frequency range 100 Hz to 1200 Hz.
-
- The console.*, and sound.* (and timer.h) are the only compiler/operating system/
- machine dependent files. Make any necessary changes here to provide support for
- your favorite machine, compiler, and OS. These files are written for the IBM
- PC, DOS operating system, and Quick C version 2.5 compiler.
-